provider Releases POST
/api/0/organizations/{organization_id_or_slug}/releases/ @utdk/sentry
/api/0/organizations/{organization_id_or_slug}/releases/ Create a New Release for an Organization
Create a new release for the given organization. Releases are used by
Sentry to improve its error reporting abilities by correlating
first seen events with the release that might have introduced the
problem.
Releases are also necessary for source maps and other debug features
that require manual upload for functioning well.
- organization_id_or_slug path required
- The ID or slug of the organization.
- string
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.createANewReleaseForAnOrganization()